reflect.rtype.nameOff (method)
8 uses
reflect (current package)
type.go#L401: return toRType(&t.Type).nameOff(off)
type.go#L405: return toRType(t).nameOff(off)
type.go#L585: func (t *rtype) nameOff(off aNameOff) abi.Name {
type.go#L602: s := t.nameOff(t.t.Str).Name()
type.go#L654: pname := t.nameOff(p.Name)
type.go#L696: if !(t.nameOff(methods[h].Name).Name() >= name) {
type.go#L703: if i < len(methods) && name == t.nameOff(methods[i].Name).Name() {
type.go#L718: return t.nameOff(ut.PkgPath).Name()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |